################################################################################
# ԶɵļҪ༭
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
ASM_SRCS += \
../config_set.asm \
../init_mcu.asm \
../main.asm \
../touch_lib.asm 

OBJS += \
./config_set.o \
./init_mcu.o \
./main.o \
./touch_lib.o 


# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.asm
	@echo 'ڹļ $<'
	@echo 'ڵã Asm Compiler'
	kf8asm -c -I"D:\Work\ά\V2.6.2\KF8Sϵвο\ͨÿ\KF8S_PRO_USE_ASM_AND_TOUCH_DEMO" -pKF8S1011 -o "$@" "$<"
	@echo 'ѽ $<'
	@echo ' '


